home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
pctj8408.arc
/
M_WP.MSC
< prev
next >
Wrap
Text File
|
1986-09-14
|
4KB
|
154 lines
;*****************************************
;** **
;** Mouse Systems PC Mouse **
;** Designer Pop-up Menus v3.0 **
;** Word Perfect v3.0 **
;** **
;** File: M_WP.MSC **
;** Auth: J. Anderson **
;** Edit: 05/21/84 **
;** **
;*****************************************
Comment ("Configured for Word Perfect (version 3.0)")
;
; Parameters
;
Sensitivity (13, 8)
Hysteresis ( 1, 1)
ReverseVideo (Yes)
FixedMenu (No)
EnableBeep (No)
;
; Cursor Definitions
;
Arrowkeys: Cursor
(
Left ([Left])
Right ([Right])
Up ([Up])
Down ([Down])
)
;
; Button Definitions
;
; Initial Settings for Left, Middle, and Right Buttons
LBO: Button (Menu (Main))
MB: Button (Menu (Motion))
RB: Button (Menu (FileCommands))
; Redefinitions for Left Button
LBFD: Button (Menu (FormatDoc))
LBFT: Button (Menu (FormatText))
LBEC: Button (Menu (EditCommands))
;
; Menu Definitions
;
Main: Menu
(
Title ("Edit")
Item ("Format Document", Menu (FormatDoc), Button (LBFD))
Item ("Format Text", Menu (FormatText), Button (LBFT))
Item ("Edit Commands", Menu (EditMenu), Button (LBEC))
Item ("Help", Menu (Help))
)
FormatDoc: Menu
(
Title ("Format Document")
Item ("Set Page Format", Keys ([s-F7]))
Item ("Set Margins", Keys ([s-F6] "3"))
Item ("Set Spacing", Keys ([s-F6] "4"))
Item ("Go to Main Menu", Menu (Main), Button (LBO))
)
FormatText: Menu
(
Title ("Format Text")
Item ("Bold Text", Keys ([F6]))
Item ("Underline", Keys ([F8]))
Item ("Block Start/End", Keys ([a-0]))
Item ("Center Text", Keys ([F5]))
Item ("Flush Right", Keys ([F7]))
Item ("Indent", Keys ([F4]))
Item ("Page Break", Keys ([c-Enter]))
Item ("Reveal Function", Keys ([s-F2]))
Item ("Rewrite Screen", Keys ([s-F1]))
Item ("Go to Main Menu", Menu (Main), Button (LBO))
)
EditCommands: Menu
(
Title ("Edit Commands")
Item ("Erase Word", Keys ([Home][Backspace]))
Item ("Erase Rest of Line",Keys ([c-End]))
Item ("Erase Rest of Page",Keys ([c-PgDn]))
Item ("Forward Search", Keys ([F2]))
Item ("Reverse Search", Keys ([F1]))
Item ("Find and Replace", Keys ([a-F2]))
Item ("Move Text", Keys ([a-9]))
Item ("Go to Main Menu", Menu (Main),Button (LBO))
)
Help: Menu
(
Title ("Help")
Item ("Bold", Keys ([s-F3] [F6]))
Item ("Center", Keys ([s-F3] [F5]))
Item ("Flush Right", Keys ([s-F3] [F7]))
Item ("Forward Search", Keys ([s-F3] [F2]))
Item ("Indent", Keys ([s-F3] [F4]))
Item ("Move Text", Keys ([s-F3] [a-9]))
Item ("Print Modes", Keys ([s-F3] [a-4]))
Item ("Block Start/End", Keys ([s-F3] [a-0]))
Item ("Retrieve Text", Keys ([s-F3] [a-7]))
Item ("Reverse Search", Keys ([s-F3] [F1]))
Item ("Save Text", Keys ([s-F3] [a-8]))
Item ("Find and Replace", Keys ([s-F3] [a-F2]))
Item ("Set Margins", Keys ([s-F3] [s-F6] "3"))
Item ("Set Spacing", Keys ([s-F3] [s-F6] "4"))
Item ("Set Tabs", Keys ([s-F3] [s-F6] "1"))
Item ("Set Page Format", Keys ([s-F3] [s-F7]))
Item ("Subscript", Keys ([s-F3] [a-2]))
Item ("Superscript", Keys ([s-F3] [c-2]))
Item ("Underline", Keys ([s-F3] [F8]))
)
Motion: Menu
(
Title ("Motion Commands")
Item ("Top of Document", Keys ([Home] [Home] [Up]))
Item ("End of Document", Keys ([Home] [Home] [Down]))
Item ("Next Page", Keys ([PgDn]))
Item ("Previous Page", Keys ([PgUp]))
Item ("End of Line", Keys ([Home] [Right]))
Item ("Start of Line", Keys ([Home] [Left]))
)
FileCommands: Menu
(
Title ("File Commands")
Item ("Retrieve Text", Keys ([a-7]))
Item ("Save Text", Keys ([a-8]))
Item ("Print Text", Keys ([c-PrtSc]))
Item ("System Commands", Keys ([a-3]))
Item ("Exit Word Perfect", Keys ([a-=]))
)
;
; Mouse Definition
;
Mouse
(
Left (LBO)
Middle (MB)
Right (RB)
Cursor (Arrowkeys)
)